home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / exmpldrw.sit / For THINK Pascal 3.0 / SpecialUnits / UShapeCommandsImpl.p next >
Encoding:
Text File  |  1990-06-19  |  598 b   |  30 lines  |  [TEXT/MPS ]

  1. (*
  2.  
  3.     Copyright ⌐ 1989-1990 Larry S. Rosenstein.  All rights reserved.
  4.     You may use this source code in your own Macintosh programs,
  5.     but you may not redistribute or sell it.
  6.  
  7. *)
  8.  
  9. UNIT UShapeCommandsImpl;
  10.  
  11.     { This unit contains the definitions of TShapePalette (representing a palette of
  12.         tools), and all the command objects defined by the building block. }
  13.             
  14.             
  15. INTERFACE
  16.  
  17. USES
  18.         Errors, UMacApp, UGridView,
  19.         UStream, UQuickDrawPattern, UShape,
  20.         UShapeList, UShapeViewHelper, UShapeFilters, UShapePaletteView, UShapeView,
  21.         UShapeCommands;
  22.  
  23.  
  24.  
  25.  
  26. IMPLEMENTATION
  27.  
  28. {$I UShapeCommands.inc1.p}
  29.  
  30. END.